home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / userdef.zip / LETTER.TXT < prev    next >
Text File  |  1991-07-11  |  2KB  |  34 lines

  1. Greetings,
  2.    I wrote a little utility to help me manage student labs which I would like
  3. pass on to you.  The purpose of this utility, in short, is to set environment
  4. variables and execute certain DOS commands depending upon the machines 
  5. hardware address.  The name of the utility is USERDEF.
  6.    Setting up the software in a 30 station lab is no easy task, especially if
  7. you have to tweek each station's "autoexec.bat" file.  So I configure one
  8. machine with the software needed and set the "autoexec.bat" to logon to the
  9. fileserver and run USERDEF to read a configuration file from the server.  I
  10. then make a backup of the hard drive and transfer it to all the other
  11. stations.  Then I edit the configuration file on the fileserver to make each
  12. machine have a unique station number and set the printer queues to print a
  13. banner with the number on it.  Now when a machine needs to be restored I
  14. can use the backup file on every station and it will always have the correct
  15. station number.
  16.    My program is very simple in design but I put in an interface for parsing
  17. command line arguments and the configuration text.  There is a subroutine
  18. that determines the hardware address which, in my case, looks for any Western
  19. Digital Ethernet card.  You will have to add your own checks for other types
  20. of Network cards if you don't have all Western Digitals.
  21.    I am not concerned with copywriting this software, in fact I encourage any
  22. modifications to make it better and more powerful but please send me any
  23. changes or additions you make to be included in another release.
  24.  
  25. Thank you,
  26.  
  27. Matthew Mills                                 | Email    millsm@csus.edu
  28. Technical Lab Assistant                       | phone    (916) 278-7202
  29. University Computing & Communications Services|
  30. California State University Sacramento        |
  31. 6000 J Street                                 |
  32. Sacramento Ca 95819-6065                      |
  33.  
  34.